-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrated with KCs #194
base: v8/integrate-w-gamma-contracts
Are you sure you want to change the base?
Integrated with KCs #194
Conversation
examples/demo.js
Outdated
|
||
divider(); | ||
|
||
console.time('Publish (3 replications, 3 finalizations)') | ||
const result2 = await DkgClient.asset.create(content, { | ||
epochsNum: 2, | ||
tokenAmount: '100', | ||
tokenAmount: '100000000000', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we still have this it should be calculated on chain
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should work now, yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without hardcoded amount
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It won't work because we don't have new sharding table contract in this version
…work Public/private rework
[V8] Fix esm/cjs compat
[V8] Webpack: esm / cjs compatibility fix
8.0.0+001 release - Gnosis gas price fix
Fix blockchain default prices
…tibility V8 - allowance backwards compatibility
…se-allowance-and-demo-fix
…mo-fix Decrease allowance and demo fix
Updated publish finality
No description provided.